home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / decstation / Makefile
Encoding:
Makefile  |  1995-06-28  |  409 b   |  24 lines

  1. #    Platform-specific Makefile for W3 Library    (decstation)
  2. #    -----------------------------------------
  3. #
  4.  
  5. WWW = ../..
  6.  
  7. #  Where should temporary (object) files go?
  8. WTMP = ../..
  9.  
  10.  
  11. #CFLAGS = 
  12. CFLAGS =  -g
  13. CC = cc
  14. #LFLAGS = -lresolv
  15. LFLAGS = 
  16.  
  17. ASIS_MACH = dec-station/ultrix-4.2
  18. WWW_MACH = decstation
  19.  
  20. # Directory for installed binary:
  21. LIBDIR = /usr/local/lib
  22.  
  23. include $(WWW)/Library/Implementation/CommonMakefile
  24.